dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleLob Class / Append Method / Append(Char[],Int32,Int32) Method
The source character data.
The zero-based offset in the buffer from which to read the data.
The number of characters to add.

In This Topic
Append(Char[],Int32,Int32) Method
In This Topic
Appends the supplied character data to the end current OracleLob instance.
Syntax
'Declaration
 
Public Overloads Sub Append( _
   ByVal buffer() As Char, _
   ByVal offset As Integer, _
   ByVal count As Integer _
) 
 

Parameters

buffer
The source character data.
offset
The zero-based offset in the buffer from which to read the data.
count
The number of characters to add.
Remarks

To write to the OracleLob you must have a local transaction started.

See Also